projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56df6a3
)
(texinfo-show-structure): Fix subsubsection indent amount.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 12 May 1994 18:04:36 +0000
(18:04 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 12 May 1994 18:04:36 +0000
(18:04 +0000)
lisp/textmodes/texinfo.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/texinfo.el
b/lisp/textmodes/texinfo.el
index b949eb26714fa8ed5ac24da6098cb4ca8c2341fe..c86abe97304156ed1d6ad51273a19723af8be12d 100644
(file)
--- a/
lisp/textmodes/texinfo.el
+++ b/
lisp/textmodes/texinfo.el
@@
-571,7
+571,7
@@
to jump to the corresponding spot in the Texinfo source file."
;; ((looking-at "@subheading ") 13)
((looking-at
- (concat "@\\(" texinfo-subsubsection-level-regexp "\\)")) 1
3
)
+ (concat "@\\(" texinfo-subsubsection-level-regexp "\\)")) 1
7
)
;; ((looking-at "@subsubsection ") 17)
;; ((looking-at "@unnumberedsubsubsec ") 17)
;; ((looking-at "@appendixsubsubsec ") 17)